home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16415 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: news.ttu.edu!usenet
  2. From: talleyj@hub.ofthe.net (Jason)
  3. Newsgroups: comp.lang.c++
  4. Subject: Far Calls
  5. Date: Wed, 10 Apr 1996 20:43:55 GMT
  6. Organization: Texas Tech Academic Computing Services
  7. Message-ID: <4kgvf1$891@ttacs7.ttu.edu>
  8. NNTP-Posting-Host: adm42-1.uprs.ttu.edu
  9. X-Newsreader: Forte Free Agent 1.0.82
  10.  
  11. For any CS Majors, Junior and above...
  12.     How do you make a far call to a SPECIFIC address in C/C++.  We must
  13. write a monitor for class, with the ability to modify EXACT memory
  14. locations and execute the code from a given location.  Also, is anyone
  15. familar with the REGISTER command?  It says it will load the value
  16. directly into a register, IF POSSIBLE.  Now, does this if possible
  17. give you a indicator that it has?  If not, is there a way TO ALWAYS
  18. load into a register.  This program is basically supposed to be MS
  19. DEGUB but designed and written by us.  So far, these are the only 2
  20. stumbles I have come across.
  21.  
  22.  
  23. Jason Talley
  24. talleyj@hub.ofthe.net
  25. talley-ho@ttu.edu
  26. Junoir CS Major
  27. Texas Tech University
  28. Lubbock, Tx
  29.  
  30.